ImageGear v26.3 - Updated November 9, 2022
ImageGear.Core Assembly / ImageGear.Formats.XMP Namespace / ImGearXMPArray<T> Class / ToString Method




In This Topic
ToString Method (ImGearXMPArray<T>)
In This Topic
Returns a System.String that represents the current ImGearXMPArray<T>.
Syntax
'Declaration
 
Public Overrides Function ToString() As String
 
'Usage
 
Dim instance As ImGearXMPArray(Of T)
Dim value As String
 
value = instance.ToString()

Return Value

A System.String that represents the current object.
See Also